ComponentOne PieChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / BaseStorage<T,TMappingCollection> Class / Remove Method
The System.Object to remove.

In This Topic
    Remove Method (BaseStorage<T,TMappingCollection>)
    In This Topic
    Removes object from the Objects collection.
    Syntax
    'Declaration
     
    Public Overrides Sub Remove( _
       ByVal value As System.Object _
    ) 
    public override void Remove( 
       System.object value
    )

    Parameters

    value
    The System.Object to remove.
    See Also